home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: FreeNet.Carleton.CA!ab598
- From: ab598@FreeNet.Carleton.CA (David Biggar)
- Subject: Re: C code to convert a bmp to a gif
- Message-ID: <DnvHG8.GvJ@freenet.carleton.ca>
- Sender: ab598@freenet2.carleton.ca (David Biggar)
- Reply-To: ab598@FreeNet.Carleton.CA (David Biggar)
- Organization: The National Capital FreeNet
- References: <csmith.13.003BD56C@indirect.com>
- Date: Thu, 7 Mar 1996 01:00:08 GMT
-
-
- Christopher Smith (csmith@indirect.com) writes:
- > Can anyone point me in the direction of some C source code to convert a bmp
- > file to a gif.
- >
-
- The following may be useful if you are not able to obtain
- source for direct BMP to GIF conversion.
-
- The Independent JPEG Group (IJG) provides C source for the
- conversion of various formats <-> JPEG. The IJG code could
- be used to convert from BMP -> JPEG -> GIF.
- I have used it for JPEG <-> GIF.
-
- The source is maintained at ftp://ftp.uu.net/graphics/jpeg/
-
- Dave
-
-